home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96a.txt / 000031_icon-group-sender _Mon Jan 29 20:00:43 1996.msg < prev    next >
Internet Message Format  |  1996-09-05  |  2KB

  1. Received: by cheltenham.cs.arizona.edu; Tue, 30 Jan 1996 08:56:49 MST
  2. Date: Mon, 29 Jan 1996 20:00:43 -0600
  3. Message-Id: <199601300200.UAA15211@ns1.computek.net>
  4. Mime-Version: 1.0
  5. Content-Type: text/plain
  6. Content-Transfer-Encoding: 7bit
  7. From: gep2@computek.net
  8. Subject: processing utmp and/or wtmp with icon
  9. To: icon-group@cs.arizona.edu
  10. X-Mailer: SPRY Mail Version: 04.00.06.17
  11. Errors-To: icon-group-errors@cs.arizona.edu
  12. Status: O
  13.  
  14. >We are planning to write a program which converts utmp/wtmp file
  15. into somekind of database (delimitted, flat file would be good enough).
  16. The database is used to produces statistics such as usage, number of logins, how 
  17. many hours one has logged in to a system this month, etc.
  18. We want to produce this stats in real time too.
  19.  
  20. >Actually, I have written this in perl but wanted to make it an executable.
  21. Icon seems to be a natural approach ( don't want to go to C or C++).
  22. Before I start rolling the design, has anybody done this?  Any tips.
  23.  
  24. Does it need to be an actual hard *.EXE file, or is it enough to have it be 
  25. "protected" rather than source?  For example, SNOBOL4+ produces a *.SAV file 
  26. which cannot be readily decompiled.  That plus the one .EXE file is sufficient 
  27. to run a program.  (You could probably rename the interpreter and then patch it 
  28. to look for *.OVL instead of *.SAV, and then call it an "executable program with 
  29. an overlay")  :-)  
  30.  
  31. Alternatively, SPITBOL will generate true .EXE files too...  
  32.  
  33. Gordon Peterson
  34. http://www.computek.net/public/gep2/
  35.  
  36.